home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / arexx / rxasl / examples / filef.rexx < prev    next >
OS/2 REXX Batch file  |  1999-05-17  |  144b  |  7 lines

  1. /* */
  2.  
  3. a.FilterFunc   = "parse arg a,b,c;say a '-' b '-' c2x(c) '-' c2d(Import(offset(c,132),4) );exit 1"
  4. a.FilterString = 1
  5.  
  6. call ReqFile("A")
  7.